class n. 1.阶级;社会等级。 2.学级;班级,年级,级,班;组;(有组织的)讲习班;〔美国〕同年毕业班;【军事】同年入伍士兵。 3.(高低、优劣的)等级;类别。 4.〔英大学〕(荣誉考试)优等;〔俚语〕高级,优秀;漂亮,优雅。 5.【生物学】(分类学的)纲;【矿物】晶族。 6.(一节)课。 the working class工人阶级。 No class today. 今天没课。 C- is over. 下课。 boycott classes 罢课。 the first [second] class头[二]等。 high [low] class高[低]级。 There's a good deal of class about him. 他有很多优点。 He is not class enough. 他没有什么了不起。 at the top of one's class 出类拔萃;居首要位置。 be no class 〔俚语〕不足道;无价值。 class of the field 〔美国〕比赛的优胜候补人。 get a class=obtain a class. in a class by itself 特好,出众。 in class在上课中。 in the same class 〔美国〕同一类型的,同等的。 no class 〔俚语〕等外的,极坏的,蹩脚的〔用作表语〕。 not in the same class with 不能同…相比,无法和…相提并论,比不上…。 obtain a class=take a class 毕业考试得优等。 take a class at (Oxford) 在(牛津大学)进荣誉班。 take a class of (beginners) 担任(初级)班(的教师)。 take classes in (history) 听(历史)课,选修(历史)课程。 the classes 上层社会;知识阶级。 the classes and masses 各阶级和各阶层。 vt. 把…分类,把…分等[分级];给…定等级,把…分组。 vi. 属于…类[等、级、组]。 adj. -able 可分类[等级]的。 adj. -less 无阶级的。
Learn three easy-to-implement strategies to map class hierarchies 学习映射类层次结构的三个易于实现的策略
But mapping class hierarchies to a relational database model might prove somewhat difficult 但是,把类的层次结构映射到关系数据库模型,可能会比较困难。
Interface enables an inheriting class to implement a column mapping class, which associates a data source column with a 接口允许继承类实现columnmapping类,即将数据源列与
These classes act as runtime glue to associate a binding with the particular methods of a mapped class in this case, 这些类充当运行时的粘合剂,把绑定与实现编排和反编排操作的映射类(在这个示例中,是
Asp . net handles mapping class definitions to an xsd schema and mapping object instances to xml data in order to pass it back and forth across a network asp.net将类定义映射到xsd架构并将对象实例映射到xml数据,目的是使其在网络上来回传递。
Whereas most orm solutions map a class to a relational database schema, hybrid frameworks like ibatis map classes to the result of an sql query 大多数的orm解决方案把一个类映射到一个关系数据库模式,而诸如ibatis之类的混合框架则把类映射到一个sql查询的结果。
For top-level mapped classes in a binding those that can be converted to and from separate documents, jibx also adds marshalling and unmarshalling interfaces, along with the methods defined by those interfaces 对于绑定中的顶级映射类(可以与独立文档相互转换的类),jibx也添加编排和反编排接口,以及这些接口定义的方法。
Using default settings, hibernate will attempt to store the mapped class names in the first column, which may prove space-consuming and inefficient especially if class names are changed during code refactoring 使用默认设置时,hibernate会在第一个列中保存映射的类名,这么做可能会非常消耗空间、没有效率(特别是在代码重构修改类名的时候)。
Finally, for both top-level and other mapped classes jibx generates separate support classes that provide a level of indirection, implementing interfaces to call the appropriate marshalling unmarshalling implementation methods 最后,对于顶级类和其他映射类,jibx都生成独立的支持类,提供一个中间级别,实现了调用对应编排/反编排实现方法的接口。